3.156 \(\int \csc ^4(e+f x) (a+b \sin (e+f x)) \, dx\)

Optimal. Leaf size=64 \[ -\frac{a \cot ^3(e+f x)}{3 f}-\frac{a \cot (e+f x)}{f}-\frac{b \tanh ^{-1}(\cos (e+f x))}{2 f}-\frac{b \cot (e+f x) \csc (e+f x)}{2 f} \]

[Out]

-(b*ArcTanh[Cos[e + f*x]])/(2*f) - (a*Cot[e + f*x])/f - (a*Cot[e + f*x]^3)/(3*f) - (b*Cot[e + f*x]*Csc[e + f*x
])/(2*f)

________________________________________________________________________________________

Rubi [A]  time = 0.050834, antiderivative size = 64, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.21, Rules used = {2748, 3767, 3768, 3770} \[ -\frac{a \cot ^3(e+f x)}{3 f}-\frac{a \cot (e+f x)}{f}-\frac{b \tanh ^{-1}(\cos (e+f x))}{2 f}-\frac{b \cot (e+f x) \csc (e+f x)}{2 f} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^4*(a + b*Sin[e + f*x]),x]

[Out]

-(b*ArcTanh[Cos[e + f*x]])/(2*f) - (a*Cot[e + f*x])/f - (a*Cot[e + f*x]^3)/(3*f) - (b*Cot[e + f*x]*Csc[e + f*x
])/(2*f)

Rule 2748

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[c, Int[(b*S
in[e + f*x])^m, x], x] + Dist[d/b, Int[(b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{b, c, d, e, f, m}, x]

Rule 3767

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rule 3768

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> -Simp[(b*Cos[c + d*x]*(b*Csc[c + d*x])^(n - 1))/(d*(n -
 1)), x] + Dist[(b^2*(n - 2))/(n - 1), Int[(b*Csc[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1
] && IntegerQ[2*n]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int \csc ^4(e+f x) (a+b \sin (e+f x)) \, dx &=a \int \csc ^4(e+f x) \, dx+b \int \csc ^3(e+f x) \, dx\\ &=-\frac{b \cot (e+f x) \csc (e+f x)}{2 f}+\frac{1}{2} b \int \csc (e+f x) \, dx-\frac{a \operatorname{Subst}\left (\int \left (1+x^2\right ) \, dx,x,\cot (e+f x)\right )}{f}\\ &=-\frac{b \tanh ^{-1}(\cos (e+f x))}{2 f}-\frac{a \cot (e+f x)}{f}-\frac{a \cot ^3(e+f x)}{3 f}-\frac{b \cot (e+f x) \csc (e+f x)}{2 f}\\ \end{align*}

Mathematica [A]  time = 0.0272745, size = 115, normalized size = 1.8 \[ -\frac{2 a \cot (e+f x)}{3 f}-\frac{a \cot (e+f x) \csc ^2(e+f x)}{3 f}-\frac{b \csc ^2\left (\frac{1}{2} (e+f x)\right )}{8 f}+\frac{b \sec ^2\left (\frac{1}{2} (e+f x)\right )}{8 f}+\frac{b \log \left (\sin \left (\frac{1}{2} (e+f x)\right )\right )}{2 f}-\frac{b \log \left (\cos \left (\frac{1}{2} (e+f x)\right )\right )}{2 f} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^4*(a + b*Sin[e + f*x]),x]

[Out]

(-2*a*Cot[e + f*x])/(3*f) - (b*Csc[(e + f*x)/2]^2)/(8*f) - (a*Cot[e + f*x]*Csc[e + f*x]^2)/(3*f) - (b*Log[Cos[
(e + f*x)/2]])/(2*f) + (b*Log[Sin[(e + f*x)/2]])/(2*f) + (b*Sec[(e + f*x)/2]^2)/(8*f)

________________________________________________________________________________________

Maple [A]  time = 0.084, size = 74, normalized size = 1.2 \begin{align*} -{\frac{2\,\cot \left ( fx+e \right ) a}{3\,f}}-{\frac{\cot \left ( fx+e \right ) a \left ( \csc \left ( fx+e \right ) \right ) ^{2}}{3\,f}}-{\frac{b\cot \left ( fx+e \right ) \csc \left ( fx+e \right ) }{2\,f}}+{\frac{b\ln \left ( \csc \left ( fx+e \right ) -\cot \left ( fx+e \right ) \right ) }{2\,f}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^4*(a+b*sin(f*x+e)),x)

[Out]

-2/3*a*cot(f*x+e)/f-1/3/f*a*cot(f*x+e)*csc(f*x+e)^2-1/2*b*cot(f*x+e)*csc(f*x+e)/f+1/2/f*b*ln(csc(f*x+e)-cot(f*
x+e))

________________________________________________________________________________________

Maxima [A]  time = 1.72575, size = 99, normalized size = 1.55 \begin{align*} \frac{3 \, b{\left (\frac{2 \, \cos \left (f x + e\right )}{\cos \left (f x + e\right )^{2} - 1} - \log \left (\cos \left (f x + e\right ) + 1\right ) + \log \left (\cos \left (f x + e\right ) - 1\right )\right )} - \frac{4 \,{\left (3 \, \tan \left (f x + e\right )^{2} + 1\right )} a}{\tan \left (f x + e\right )^{3}}}{12 \, f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(a+b*sin(f*x+e)),x, algorithm="maxima")

[Out]

1/12*(3*b*(2*cos(f*x + e)/(cos(f*x + e)^2 - 1) - log(cos(f*x + e) + 1) + log(cos(f*x + e) - 1)) - 4*(3*tan(f*x
 + e)^2 + 1)*a/tan(f*x + e)^3)/f

________________________________________________________________________________________

Fricas [B]  time = 2.01722, size = 344, normalized size = 5.38 \begin{align*} -\frac{8 \, a \cos \left (f x + e\right )^{3} - 6 \, b \cos \left (f x + e\right ) \sin \left (f x + e\right ) + 3 \,{\left (b \cos \left (f x + e\right )^{2} - b\right )} \log \left (\frac{1}{2} \, \cos \left (f x + e\right ) + \frac{1}{2}\right ) \sin \left (f x + e\right ) - 3 \,{\left (b \cos \left (f x + e\right )^{2} - b\right )} \log \left (-\frac{1}{2} \, \cos \left (f x + e\right ) + \frac{1}{2}\right ) \sin \left (f x + e\right ) - 12 \, a \cos \left (f x + e\right )}{12 \,{\left (f \cos \left (f x + e\right )^{2} - f\right )} \sin \left (f x + e\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(a+b*sin(f*x+e)),x, algorithm="fricas")

[Out]

-1/12*(8*a*cos(f*x + e)^3 - 6*b*cos(f*x + e)*sin(f*x + e) + 3*(b*cos(f*x + e)^2 - b)*log(1/2*cos(f*x + e) + 1/
2)*sin(f*x + e) - 3*(b*cos(f*x + e)^2 - b)*log(-1/2*cos(f*x + e) + 1/2)*sin(f*x + e) - 12*a*cos(f*x + e))/((f*
cos(f*x + e)^2 - f)*sin(f*x + e))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**4*(a+b*sin(f*x+e)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B]  time = 2.33545, size = 165, normalized size = 2.58 \begin{align*} \frac{a \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right )^{3} + 3 \, b \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right )^{2} + 12 \, b \log \left ({\left | \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right ) \right |}\right ) + 9 \, a \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right ) - \frac{22 \, b \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right )^{3} + 9 \, a \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right )^{2} + 3 \, b \tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right ) + a}{\tan \left (\frac{1}{2} \, f x + \frac{1}{2} \, e\right )^{3}}}{24 \, f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(a+b*sin(f*x+e)),x, algorithm="giac")

[Out]

1/24*(a*tan(1/2*f*x + 1/2*e)^3 + 3*b*tan(1/2*f*x + 1/2*e)^2 + 12*b*log(abs(tan(1/2*f*x + 1/2*e))) + 9*a*tan(1/
2*f*x + 1/2*e) - (22*b*tan(1/2*f*x + 1/2*e)^3 + 9*a*tan(1/2*f*x + 1/2*e)^2 + 3*b*tan(1/2*f*x + 1/2*e) + a)/tan
(1/2*f*x + 1/2*e)^3)/f